home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / gifndx13.zip / GIFNDX13.DOC < prev    next >
Text File  |  1992-04-28  |  8KB  |  172 lines

  1.  
  2.        GIFNDX    -    Gif Indexer   -    Version 1.3  -  4-10-92
  3.        (c) Copyright 1992   by Dan Linton   All Rights Reserved.
  4.        Software Creations BBS - (508) 365-2359  Main Access Line
  5.  
  6.  
  7. Registration
  8.  
  9.         This program is released as Shareware - If you like  it and
  10. continue to use it please send $5.00 to the following address and
  11. I will send you the latest GIFNDX program and documentation.
  12.  
  13.                         Software Creations
  14.                           "Gif Indexer"
  15.                           26 Harris St.
  16.                         Clinton, MA. 01510
  17.  
  18.         If you have additions to this program that you would like to see
  19. in future revisions then please send them to me. If I use them I will send
  20. you a free update of the program. I can be reached on the following:
  21.  
  22.     Software Creations BBS - (508) 365-2359 Main Access Line
  23.         The Following RelayNet (RIME) Conferences:
  24.  
  25.         Shareware, Graphics, Sysops, Games
  26.  
  27.             Compuserve ID: 73230,3254        
  28.  
  29. Introduction
  30.  
  31.      Gif Indexer was written because of another program that I sell
  32. called Picture Puzzle. Picture Puzzle uses .GIF, .PCX, and .PUZ files to
  33. run and at this time only supports certain resolutions. Many people have
  34. their graphics files all in one directory. It is hard to remember which
  35. pictures have which resolutions. So, I created Gif Indexer. This program
  36. will create a report either on the screen or to a file that will show
  37. all the files, sorted by name, with the Horizontal and Vertical resolutions,
  38. number of colors, and the file size for each file.
  39.  
  40.  
  41. Command Line Options
  42.  
  43.     Gif Indexer has a couple command line options. If you just type Gifndx in
  44. your current directory then Gif Indexer will produce a sorted list of all the
  45. Gif files, then all the PCX files and then all the PUZ files (Puz files are
  46. files used with my program Picture Puzzle.) And the output will be to the
  47. screen. If you follow Gifndx on the command line with a filename then a report
  48. will be written that contains the list of files and their resolutions and
  49. sizes. (I.E. Gifndx report.txt). The report files would look like something 
  50. like this:
  51.  
  52.  
  53.          GIFNDX    -    Gif Indexer   -    Version 1.3  -  5-18-91
  54.          (c) Copyright 1991   by Dan Linton   All Rights Reserved.
  55.          Software Creations BBS - (508) 365-2359  Main Access Line
  56.  
  57.          Filename               Resolution              Size
  58.         -----------------------------------------------------------
  59.          CHIP.GIF               640x350x16              11136
  60.          POOCH.GIF              640x350x16              13247
  61.          SKI.GIF                640x350x16              22220
  62.          TITLE.GIF              640x350x16              4163
  63.          POOCH.PCX              640x350x16              44051
  64.  
  65.         Files processed: Gif= 4, Pcx= 1, Puz= 0,  Report File = report.txt
  66.  
  67.  
  68.     You can also add a third command line option which will give a different
  69. report output then this one. If you don't want the GIF, PCX, and PUZ files all
  70. sorted separately then just type the following: GIFNDX Report.txt 2. The 2
  71. tells GIFNDX to do the following report:
  72.  
  73.  
  74.          GIFNDX    -    Gif Indexer   -    Version 1.3  -  5-18-91
  75.          (c) Copyright 1991   by Dan Linton   All Rights Reserved.
  76.          Software Creations BBS - (508) 365-2359  Main Access Line
  77.  
  78.          Filename               Resolution              Size
  79.         -----------------------------------------------------------
  80.          CHIP.GIF               640x350x16              11136
  81.          POOCH.GIF              640x350x16              13247
  82.          POOCH.PCX              640x350x16              44051
  83.          SKI.GIF                640x350x16              22220
  84.          TITLE.GIF              640x350x16              4163
  85.  
  86.         Files processed: Gif= 4, Pcx= 1, Puz= 0,  Report File = report.txt
  87.  
  88.  
  89. Notice to Sysops
  90.  
  91.     I found this indexer to be helpful to me as a sysop also because I use it
  92. to do a report of the graphics files in my New Uploads directory. I can then
  93. take the report and go back into the file descriptions and add the files
  94. resolution to the description.
  95.  
  96. Operation
  97.  
  98.         Gif Indexer is very easy to use. Just place the file gifndx.exe
  99. in a directory that is located in the DOS path. Then connect to the directory
  100. that you want to index. Type gifndx and an index will be created of the
  101. graphics files in that directory on the screen. If you put a filename on the
  102. command line then Gif Indexer will write the output to that file. I.E.
  103.  
  104.                 Gifndx report.ndx
  105.  
  106.         After running the program the file report.ndx file will look
  107.         something like this: (Different filenames of course).
  108.  
  109.  
  110.          GIFNDX    -    Gif Indexer   -    Version 1.3  -  5-18-91
  111.          (c) Copyright 1991 by Dan Linton     All Rights Reserved.
  112.          Software Creations BBS - (508) 365-2359  Main Access Line
  113.  
  114.          Filename               Resolution              Size
  115.         -----------------------------------------------------------
  116.          928.GIF                640x400x256             117760
  117.          ALASKA01.GIF           640x516x256             277101
  118.          ALASKA02.GIF           640x516x256             251242
  119.          ALICE.GIF              640x480x256             150016
  120.          ANGEL2.GIF             640x409x256             185344
  121.          APR89.GIF              640x480x256             136832
  122.          CONAN03.GIF            800x600x256             227475
  123.          EAGLE.GIF              640x480x256             124544
  124.          ELIZABET.GIF           640x480x256             145024
  125.          EPROM.GIF              800x600x256             99066
  126.          F18.GIF                640x480x256             87719
  127.          MBCRAW1A.GIF           640x480x256             120832
  128.          MBPAUL87.GIF           638x480x256             148480
  129.          POOLSIDE.GIF           640x480x256             164224
  130.          ROLLS.GIF              512x486x256             171392
  131.          ROOM.GIF               800x600x256             85415
  132.          ROSE.GIF               800x600x256             251026
  133.          RRQ00.GIF              640x480x256             242944
  134.          SR71A.GIF              640x400x256             143360
  135.          STQ01.GIF              640x480x256             162176
  136.  
  137.         Files processed: Gif= 20, Pcx= 0, Puz= 0,  Report File = report.ndx
  138.  
  139.  Special Thanks
  140.  
  141.         I want to thank Harvey Peretson for the messages he sent me on
  142. the RIME Shareware Conference giving me the idea to write this utility.
  143. Harvey mentioned that he had lots of GIF pictures all in one directory
  144. and didn't know which ones would work with Picture Puzzle.
  145.  
  146.                                                         Thanks Harvey
  147.  
  148.   Well enjoy the program and please get back to me with any changes or
  149. added features you would like to see. I am willing to upgrade the program
  150. and will continue to do so as long as I know people are willing to tell
  151. me what they want in it.
  152.  
  153.                                  Dan Linton Jr. - Sysop
  154.                                  Software Creations BBS
  155.                                  Home of Picture Puzzle
  156.  
  157.    History ->
  158.  
  159.    5/19/91 - Added carriage returns to the report files so that the file
  160.              would print correctly to a printer.
  161.                             
  162.    5/19/91 - Check for the existence of a report filename before I open one.
  163.              If the file exists I ask if I should overwrite or get a 
  164.              different name.
  165.     
  166.    5/19/91 - Check for invalid gif, pcx and puz files and write Invalid
  167.              filename in the list instead of the resolution of the file. 
  168.     
  169.    4/10/92 - Fixed a problem with some PCX files resolutions coming out
  170.              with the wrong values. 
  171.  
  172.